www.gusucode.com > PHP展示型企业网站模板米拓整站源码 1.0PHP源码程序 > PHP展示型企业网站模板米拓整站源码 1.0/MetInfozs_v1.0/MetInfozs_v1.0/app/system/include/static/js/components/matchheight.min.js

    /*!
 * remark (http://getbootstrapadmin.com/remark)
 * Copyright 2015 amazingsurge
 * Licensed under the Themeforest Standard Licenses
 */
$.components.register("matchHeight",{mode:"init",defaults:{},init:function(context){if("undefined"!=typeof $.fn.matchHeight){var defaults=$.components.getDefaults("matchHeight");$('[data-plugin="matchHeight"]',context).each(function(){var $this=$(this),options=$.extend(!0,{},defaults,$this.data()),matchSelector=$this.data("matchSelector");matchSelector?$this.find(matchSelector).matchHeight(options):$this.children().matchHeight(options)})}}});